Skip to content

Commit 1ff944f

Browse files
committed
[skip ci] Updated licenses and gitignores
1 parent 40c8451 commit 1ff944f

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

options/gitignore/VisualStudio

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ PublishScripts/
207207
*.nuget.targets
208208

209209
# Nuget personal access tokens and Credentials
210-
nuget.config
210+
# nuget.config
211211

212212
# Microsoft Azure Build Output
213213
csx/

options/license/BSD-1-Clause

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
Copyright (c) 1995, 1999 Berkeley Software Design, Inc. All rights reserved.
1+
Copyright (c) [Year]
2+
[Name of Organization]. All rights reserved.
23

34
Redistribution and use in source and binary forms, with or without
45
modification, are permitted provided that the following conditions
56
are met:
67
1. Redistributions of source code must retain the above copyright
78
notice, this list of conditions and the following disclaimer.
89

9-
THIS SOFTWARE IS PROVIDED BY Berkeley Software Design, Inc. ``AS IS'' AND
10+
THIS SOFTWARE IS PROVIDED BY [Name of Organization] ``AS IS'' AND
1011
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1112
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
12-
ARE DISCLAIMED. IN NO EVENT SHALL Berkeley Software Design, Inc. BE LIABLE
13+
ARE DISCLAIMED. IN NO EVENT SHALL [Name of Organization] BE LIABLE
1314
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1415
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1516
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright (c) 0000, Obelix the Gaul <obelix@galia.org>.
2+
3+
Permission is granted to make and distribute verbatim copies of this
4+
manual provided the copyright notice and this permission notice are
5+
preserved on all copies.
6+
7+
Permission is granted to copy and distribute modified versions of
8+
this manual under the conditions for verbatim copying, provided that
9+
the entire resulting derived work is distributed under the terms of
10+
a permission notice identical to this one.
11+
12+
Since the Linux kernel and libraries are constantly changing, this
13+
manual page may be incorrect or out-of-date. The author(s) assume
14+
no responsibility for errors or omissions, or for damages resulting
15+
from the use of the information contained herein. The author(s) may
16+
not have taken the same level of care in the production of this
17+
manual, which is licensed free of charge, as they might when working
18+
professionally.
19+
20+
Formatted or processed versions of this manual, if unaccompanied by
21+
the source, must acknowledge the copyright and authors of this work.

0 commit comments

Comments
 (0)