aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2016-02-13 20:05:13 -0500
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2016-02-13 20:05:13 -0500
commitf4bd49c5bea13e574bb955864641d2b5adc99843 (patch)
tree5cfef64e5b9f951787069d4c86c87120034ede6e
parent6eac94633434f7b84151cec8cf11d35e07e3ff81 (diff)
Update copyright notices
Now that all FUSE operations are in their own file, there’s no code in scoville.cc from the FUSE distribution.
-rw-r--r--src/scoville.cc23
1 files changed, 10 insertions, 13 deletions
diff --git a/src/scoville.cc b/src/scoville.cc
index 054a6cd..b5c4822 100644
--- a/src/scoville.cc
+++ b/src/scoville.cc
@@ -1,19 +1,16 @@
-// Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
-// Copyright (C) 2011 Sebastian Pipping <sebastian@pipping.org>
-// Copyright (C) 2016 Benjamin Barenblat <benjamin@barenblat.name>
+// Copyright 2016 Benjamin Barenblat
//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation, either version 3 of the License, or
-// (at your option) any later version.
+// Licensed under the Apache License, Version 2.0 (the "License"); you may not
+// use this file except in compliance with the License. You may obtain a copy
+// of the License at
//
-// This program is distributed in the hope that it will be useful, but WITHOUT
-// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
-// details.
+// http://www.apache.org/licenses/LICENSE-2.0
//
-// You should have received a copy of the GNU General Public License along with
-// this program. If not, see <http://www.gnu.org/licenses/>.
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+// License for the specific language governing permissions and limitations under
+// the License.
#include <glog/logging.h>