Skip to content

Commit

Permalink
Update copyright/license headers in files.
Browse files Browse the repository at this point in the history
  • Loading branch information
xrme committed Jan 16, 2016
1 parent 8383b9f commit e6ef941
Show file tree
Hide file tree
Showing 420 changed files with 4,772 additions and 4,715 deletions.
20 changes: 10 additions & 10 deletions compiler/ARM/arm-arch.lisp
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
;;;-*- Mode: Lisp; Package: (ARM :use CL) -*-
;;;
;;; Copyright (C) 2010 Clozure Associates
;;; This file is part of Clozure CL.
;;; Copyright 2010 Clozure Associates
;;;
;;; Clozure CL is licensed under the terms of the Lisp Lesser GNU Public
;;; License , known as the LLGPL and distributed with Clozure CL as the
;;; file "LICENSE". The LLGPL consists of a preamble and the LGPL,
;;; which is distributed with Clozure CL as the file "LGPL". Where these
;;; conflict, the preamble takes precedence.
;;; 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
;;;
;;; Clozure CL is referenced in the preamble as the "LIBRARY."
;;; http://www.apache.org/licenses/LICENSE-2.0
;;;
;;; The LLGPL is also available online at
;;; http://opensource.franz.com/preamble.html
;;; 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.

(defpackage "ARM"
(:use "CL")
Expand Down
20 changes: 10 additions & 10 deletions compiler/ARM/arm-asm.lisp
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
;;-*- Mode: Lisp; Package: (ARM :use CL) -*-
;;;
;;; Copyright (C) 2005-2009 Clozure Associates and contributors.
;;; This file is part of Clozure CL.
;;; Copyright 2005-2009 Clozure Associates
;;;
;;; Clozure CL is licensed under the terms of the Lisp Lesser GNU Public
;;; License known as the LLGPL and distributed with Clozure CL as the
;;; file "LICENSE". The LLGPL consists of a preamble and the LGPL
;;; which is distributed with Clozure CL as the file "LGPL". Where these
;;; conflict the preamble takes precedence.
;;; 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
;;;
;;; Clozure CL is referenced in the preamble as the "LIBRARY."
;;; http://www.apache.org/licenses/LICENSE-2.0
;;;
;;; The LLGPL is also available online at
;;; http://opensource.franz.com/preamble.html
;;; 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.

(eval-when (:compile-toplevel :load-toplevel :execute)
(require "ARM-ARCH")
Expand Down
21 changes: 10 additions & 11 deletions compiler/ARM/arm-backend.lisp
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
;;;-*- Mode: Lisp; Package: CCL -*-
;;;
;;; Copyright (C) 2009 Clozure Associates
;;; Copyright (C) 1994-2001 Digitool, Inc
;;; This file is part of Clozure CL.
;;; Copyright 1994-2009 Clozure Associates
;;;
;;; Clozure CL is licensed under the terms of the Lisp Lesser GNU Public
;;; License , known as the LLGPL and distributed with Clozure CL as the
;;; file "LICENSE". The LLGPL consists of a preamble and the LGPL,
;;; which is distributed with Clozure CL as the file "LGPL". Where these
;;; conflict, the preamble takes precedence.
;;; 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
;;;
;;; Clozure CL is referenced in the preamble as the "LIBRARY."
;;; http://www.apache.org/licenses/LICENSE-2.0
;;;
;;; The LLGPL is also available online at
;;; http://opensource.franz.com/preamble.html
;;; 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.

(in-package "CCL")

Expand Down
20 changes: 10 additions & 10 deletions compiler/ARM/arm-disassemble.lisp
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
;;;-*- Mode: Lisp; Package: (ARM :use CL) -*-
;;;
;;; Copyright (C) 2005-2009 Clozure Associates and contributors.
;;; This file is part of Clozure CL.
;;; Copyright 2005-2009 Clozure Associates
;;;
;;; Clozure CL is licensed under the terms of the Lisp Lesser GNU Public
;;; License known as the LLGPL and distributed with Clozure CL as the
;;; file "LICENSE". The LLGPL consists of a preamble and the LGPL
;;; which is distributed with Clozure CL as the file "LGPL". Where these
;;; conflict the preamble takes precedence.
;;; 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
;;;
;;; Clozure CL is referenced in the preamble as the "LIBRARY."
;;; http://www.apache.org/licenses/LICENSE-2.0
;;;
;;; The LLGPL is also available online at
;;; http://opensource.franz.com/preamble.html
;;; 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.

(eval-when (:compile-toplevel :load-toplevel :execute)
(require "ARM-ASM")
Expand Down
20 changes: 10 additions & 10 deletions compiler/ARM/arm-lap.lisp
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
;;;-*- Mode: Lisp; Package: CCL -*-
;;;
;;; Copyright (C) 2010 Clozure Associates
;;; This file is part of Clozure CL.
;;; Copyright 2010 Clozure Associates
;;;
;;; Clozure CL is licensed under the terms of the Lisp Lesser GNU Public
;;; License , known as the LLGPL and distributed with Clozure CL as the
;;; file "LICENSE". The LLGPL consists of a preamble and the LGPL,
;;; which is distributed with Clozure CL as the file "LGPL". Where these
;;; conflict, the preamble takes precedence.
;;; 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
;;;
;;; Clozure CL is referenced in the preamble as the "LIBRARY."
;;; http://www.apache.org/licenses/LICENSE-2.0
;;;
;;; The LLGPL is also available online at
;;; http://opensource.franz.com/preamble.html
;;; 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.


(in-package "CCL")
Expand Down
20 changes: 10 additions & 10 deletions compiler/ARM/arm-lapmacros.lisp
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
;;;-*- Mode: Lisp; Package: CCL -*-
;;;
;;; Copyright (C) 2010 Clozure Associates
;;; This file is part of Clozure CL.
;;; Copyright 2010 Clozure Associates
;;;
;;; Clozure CL is licensed under the terms of the Lisp Lesser GNU Public
;;; License , known as the LLGPL and distributed with Clozure CL as the
;;; file "LICENSE". The LLGPL consists of a preamble and the LGPL,
;;; which is distributed with Clozure CL as the file "LGPL". Where these
;;; conflict, the preamble takes precedence.
;;; 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
;;;
;;; Clozure CL is referenced in the preamble as the "LIBRARY."
;;; http://www.apache.org/licenses/LICENSE-2.0
;;;
;;; The LLGPL is also available online at
;;; http://opensource.franz.com/preamble.html
;;; 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.


(eval-when (:compile-toplevel :load-toplevel :execute)
Expand Down
21 changes: 10 additions & 11 deletions compiler/ARM/arm-vinsns.lisp
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
;;;-*- Mode: Lisp; Package: CCL -*-
;;;
;;; Copyright (C) 2010 Clozure Associates
;;; Copyright (C) 1994-2001 Digitool, Inc
;;; This file is part of Clozure CL.
;;; Copyright 1994-2010 Clozure Associates
;;;
;;; Clozure CL is licensed under the terms of the Lisp Lesser GNU Public
;;; License , known as the LLGPL and distributed with Clozure CL as the
;;; file "LICENSE". The LLGPL consists of a preamble and the LGPL,
;;; which is distributed with Clozure CL as the file "LGPL". Where these
;;; conflict, the preamble takes precedence.
;;; 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
;;;
;;; Clozure CL is referenced in the preamble as the "LIBRARY."
;;; http://www.apache.org/licenses/LICENSE-2.0
;;;
;;; The LLGPL is also available online at
;;; http://opensource.franz.com/preamble.html
;;; 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.


(in-package "CCL")
Expand Down
22 changes: 11 additions & 11 deletions compiler/ARM/arm2.lisp
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
;;;-*-Mode: LISP; Package: CCL -*-
;;;
;;; Copyright (C) 2010 Clozure Associates
;;; This file is part of Clozure CL.
;;; Copyright 2010 Clozure Associates
;;;
;;; Clozure CL is licensed under the terms of the Lisp Lesser GNU Public
;;; License , known as the LLGPL and distributed with Clozure CL as the
;;; file "LICENSE". The LLGPL consists of a preamble and the LGPL,
;;; which is distributed with Clozure CL as the file "LGPL". Where these
;;; conflict, the preamble takes precedence.
;;; 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
;;;
;;; Clozure CL is referenced in the preamble as the "LIBRARY."
;;; http://www.apache.org/licenses/LICENSE-2.0
;;;
;;; The LLGPL is also available online at
;;; http://opensource.franz.com/preamble.html
;;; 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.

(in-package "CCL")

Expand Down Expand Up @@ -9969,4 +9969,4 @@ v idx-reg constidx val-reg (arm2-unboxed-reg-for-aset seg type-keyword val-reg s

(defarm2 arm2-imagpart imagpart (seg vreg xfer n)
(arm2-call-fn seg vreg xfer (make-acode (%nx1-operator immediate) 'imagpart)
(list nil (list n)) nil))
(list nil (list n)) nil))
14 changes: 14 additions & 0 deletions compiler/ARM64/arm64-asm.lisp
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
;;;
;;; Copyright 2016 Clozure Associates
;;;
;;; 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
;;;
;;; http://www.apache.org/licenses/LICENSE-2.0
;;;
;;; 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.
(defparameter *arm64-operand-qualifiers*
'(
nil
Expand Down
21 changes: 10 additions & 11 deletions compiler/PPC/PPC32/ppc32-arch.lisp
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
;;;-*- Mode: Lisp; Package: (PPC32 :use CL) -*-
;;;
;;; Copyright (C) 2009 Clozure Associates
;;; Copyright (C) 1994-2001 Digitool, Inc
;;; This file is part of Clozure CL.
;;; Copyright 1994-2009 Clozure Associates
;;;
;;; Clozure CL is licensed under the terms of the Lisp Lesser GNU Public
;;; License , known as the LLGPL and distributed with Clozure CL as the
;;; file "LICENSE". The LLGPL consists of a preamble and the LGPL,
;;; which is distributed with Clozure CL as the file "LGPL". Where these
;;; conflict, the preamble takes precedence.
;;; 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
;;;
;;; Clozure CL is referenced in the preamble as the "LIBRARY."
;;; http://www.apache.org/licenses/LICENSE-2.0
;;;
;;; The LLGPL is also available online at
;;; http://opensource.franz.com/preamble.html
;;; 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.


;; This file matches "ccl:pmcl;constants.h" & "ccl:pmcl;constants.s"
Expand Down
21 changes: 10 additions & 11 deletions compiler/PPC/PPC32/ppc32-backend.lisp
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
;;;-*- Mode: Lisp; Package: CCL -*-
;;;
;;; Copyright (C) 2009 Clozure Associates
;;; Copyright (C) 1994-2001 Digitool, Inc
;;; This file is part of Clozure CL.
;;; Copyright 1994-2009 Clozure Associates
;;;
;;; Clozure CL is licensed under the terms of the Lisp Lesser GNU Public
;;; License , known as the LLGPL and distributed with Clozure CL as the
;;; file "LICENSE". The LLGPL consists of a preamble and the LGPL,
;;; which is distributed with Clozure CL as the file "LGPL". Where these
;;; conflict, the preamble takes precedence.
;;; 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
;;;
;;; Clozure CL is referenced in the preamble as the "LIBRARY."
;;; http://www.apache.org/licenses/LICENSE-2.0
;;;
;;; The LLGPL is also available online at
;;; http://opensource.franz.com/preamble.html
;;; 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.
(in-package "CCL")
(eval-when (:compile-toplevel :load-toplevel :execute)
(require "BACKEND"))
Expand Down
21 changes: 10 additions & 11 deletions compiler/PPC/PPC32/ppc32-vinsns.lisp
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
;;;-*- Mode: Lisp; Package: CCL -*-
;;;
;;; Copyright (C) 2009 Clozure Associates
;;; Copyright (C) 1994-2001 Digitool, Inc
;;; This file is part of Clozure CL.
;;; Copyright 1994-2009 Clozure Associates
;;;
;;; Clozure CL is licensed under the terms of the Lisp Lesser GNU Public
;;; License , known as the LLGPL and distributed with Clozure CL as the
;;; file "LICENSE". The LLGPL consists of a preamble and the LGPL,
;;; which is distributed with Clozure CL as the file "LGPL". Where these
;;; conflict, the preamble takes precedence.
;;; 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
;;;
;;; Clozure CL is referenced in the preamble as the "LIBRARY."
;;; http://www.apache.org/licenses/LICENSE-2.0
;;;
;;; The LLGPL is also available online at
;;; http://opensource.franz.com/preamble.html
;;; 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.


(in-package "CCL")
Expand Down
21 changes: 10 additions & 11 deletions compiler/PPC/PPC64/ppc64-arch.lisp
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
;;;-*- Mode: Lisp; Package: (PPC64 :use CL) -*-
;;;
;;; Copyright (C) 2009 Clozure Associates
;;; Copyright (C) 1994-2001 Digitool, Inc
;;; This file is part of Clozure CL.
;;; Copyright 1994-2009 Clozure Associates
;;;
;;; Clozure CL is licensed under the terms of the Lisp Lesser GNU Public
;;; License , known as the LLGPL and distributed with Clozure CL as the
;;; file "LICENSE". The LLGPL consists of a preamble and the LGPL,
;;; which is distributed with Clozure CL as the file "LGPL". Where these
;;; conflict, the preamble takes precedence.
;;; 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
;;;
;;; Clozure CL is referenced in the preamble as the "LIBRARY."
;;; http://www.apache.org/licenses/LICENSE-2.0
;;;
;;; The LLGPL is also available online at
;;; http://opensource.franz.com/preamble.html
;;; 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.

;;; This file matches "ccl:lisp-kernel;constants64.h" &
;;; "ccl:lisp-kernel;constants64.s"
Expand Down
Loading

0 comments on commit e6ef941

Please sign in to comment.