Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused ormolu #478

Merged
merged 1 commit into from
Jan 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 0 additions & 52 deletions .github/workflows/ormolu.yaml

This file was deleted.

1 change: 0 additions & 1 deletion Examples/example11.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Example 11 - the union of a square and a circle.
import Graphics.Implicit

Expand Down
1 change: 0 additions & 1 deletion Examples/example12.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Example 12 - the rounded union of a square and a circle.
import Control.Applicative (pure)
import Graphics.Implicit
Expand Down
1 change: 0 additions & 1 deletion Examples/example13.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Example 13 - the rounded union of a cube and a sphere.
import Control.Applicative (pure)
import Graphics.Implicit
Expand Down
1 change: 0 additions & 1 deletion Examples/example16.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
import Control.Applicative (pure)
import Graphics.Implicit
import Graphics.Implicit.Definitions
Expand Down
1 change: 0 additions & 1 deletion Examples/example17.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Example 17, pulled from our benchmarking suite.
import Control.Applicative (pure)
import Prelude ((<$>), ($), zipWith3, fmap, fromIntegral, (*), (/), Bool(..))
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014 2015 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Canon.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2014 2015 2016, 2017, 2018, Julia Longtin ([email protected])
-- Copyright 2015 2016, Mike MacHenry ([email protected])
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Definitions.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2014 2015 2016, 2017, 2018, Julia Longtin ([email protected])
-- Copyright 2015 2016, Mike MacHenry ([email protected])
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014 2015, Julia Longtin ([email protected])
-- Copyright (C) 2015 2016, Mike MacHenry ([email protected])
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/DiscreteAproxable.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Copyright 2016, Julia Longtin ([email protected])
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/NormedTriangleMeshFormats.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016 Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/OutputFormat.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014 2015, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/PolylineFormats.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/RayTrace.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Render.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Copyright 2016, Julia Longtin ([email protected])
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Render/Definitions.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE

Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Render/GetLoops.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2014 2015 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Render/GetSegs.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Render/HandlePolylines.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2012, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Render/HandleSquares.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Render/Interpolate.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Render/RefineSegs.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Render/TesselateLoops.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Resolution.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014 2015, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Symbolic/Rebound2.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016 Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Symbolic/Rebound3.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016 Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/SymbolicFormats.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016 Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/SymbolicObj2.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/SymbolicObj3.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/TextBuilderUtils.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/TriangleMeshFormats.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014, 2015, 2016 Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Export/Util.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014 2015 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Default.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Definitions.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Eval/Constant.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Eval/Expr.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Eval/Statement.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2014 2015 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Parser/Expr.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014-2019 , Julia Longtin ([email protected])
-- Copyright (C) 2016, Kelvin Cookshaw ([email protected])
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Parser/Lexer.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Kelvin Cookshaw ([email protected])
-- Copyright 2014 2015 2016, Julia Longtin ([email protected])
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Parser/Statement.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2014 2015 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Parser/Util.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016 Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Primitives.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Util/ArgParser.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Util/OVal.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014 2015, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ExtOpenScad/Util/StateC.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/FastIntUtil.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2014-2019, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/IntegralUtil.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2014-2019, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/MathUtil.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014 2015 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ObjectUtil.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014 2015 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ObjectUtil/GetBox2.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ObjectUtil/GetBox3.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright 2014 2015 2016, Julia Longtin ([email protected])
-- Copyright 2015 2016, Mike MacHenry ([email protected])
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ObjectUtil/GetBoxShared.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Copyright 2014 2015 2016, Julia Longtin ([email protected])
-- Copyright 2015 2016, Mike MacHenry ([email protected])
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ObjectUtil/GetImplicit2.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ObjectUtil/GetImplicit3.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Copyright 2014 2015 2016, Julia Longtin ([email protected])
-- Copyright 2015 2016, Mike MacHenry ([email protected])
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/ObjectUtil/GetImplicitShared.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Copyright 2014 2015 2016, Julia Longtin ([email protected])
-- Copyright 2015 2016, Mike MacHenry ([email protected])
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
Expand Down
1 change: 0 additions & 1 deletion Graphics/Implicit/Primitives.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{- ORMOLU_DISABLE -}
-- Implicit CAD. Copyright (C) 2011, Christopher Olah ([email protected])
-- Copyright (C) 2014 2015 2016, Julia Longtin ([email protected])
-- Released under the GNU AGPLV3+, see LICENSE
Expand Down
1 change: 0 additions & 1 deletion docs/hacking.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

ImplicitCAD Hacking How To
==========================

Expand Down
Loading